LineGraphType.bezierCurveTo

Adds a bezier curve.

  1. void bezierCurveTo(TYPE x, TYPE y, TYPE[] xPoints, TYPE[] yPoints)
    struct LineGraphType(bool checkNegative, TYPE)
    void
    bezierCurveTo
    (
    TYPE x
    ,
    TYPE y
    ,
    TYPE[] xPoints
    ,
    TYPE[] yPoints
    )
  2. void bezierCurveTo(TYPE x, TYPE y, TYPE x2, TYPE y2)

Parameters

x TYPE

To position

y TYPE

To position

xPoints TYPE[]

Points to manipulate by

yPoints TYPE[]

Points to manipulate by

Meta